{Multifunctionele shell-syntax. Meer informatie: https://www.gnu.org/software/bash/manual/bash.html.
echo ${{{HOME}work}}
echo {{{1..3}}} {{{a..c}}}{{{dir1,dir2,dir3}}}
variabele is ingesteld voordat tekst wordt geretourneerd:echo ${{{variabele:+variabele is set and contains $variabele}}}
variabele niet is ingesteld:echo ${{{variabele:-default}}}
variabele in tekens:echo ${{{#variabele}}}
echo ${{{variabele:3:7}}}
variabele recursief uit:echo ${{{!variabele}}}
{ {{commando1; commando2; ...}} } | {{ander_commando}}